home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Examples / InventorTests / star.eve < prev    next >
Encoding:
Text File  |  1995-04-18  |  191 b   |  19 lines

  1. defineClass: star {} {
  2.  
  3.   Color {1 0 0}
  4.   Disk 0 1 360
  5.   Rotate 90 1 0 0
  6.  
  7.   Color {0 1 0}
  8.   Disk 0 1 360
  9.   Rotate 90 0 1 0
  10.  
  11.   Color {0 0 1}
  12.   Disk 0 1 360
  13. }
  14.  
  15.  
  16. startShape star
  17.   star
  18. endShape
  19.